<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
  /*åŽ»æŽ‰liå·¦ä¾§çš„ç‚¹*/
}

body {
  background-color: #fff !important;
}

#app {
  max-width: 1400px;
  margin: 0px auto;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #app {
    max-width: 1180px;
    margin: 0px auto;
  }
  .show-card li .img {
    width: 283px !important;
    height: 212px !important;
  }
  .el-carousel__container {
    height: 700px !important;
  }
  .show-card1 li .img {
    width: 354px !important;
    height: 266px !important;
  }
}

/* æ&nbsp;‡é¢˜åŒºåŸŸ */
#app .nav1 {
  display: flex;
  margin-bottom: 26px;
  position: relative;
  flex-direction: column;
}

#app .nav1 .top-bar {
  display: flex;
}

#app .nav1 .top-bar .nav-bar {
  display: flex;
  cursor: pointer;
}

#app .ljtitle {
  font-size: 28px;
  color: #333;
  margin-right: 18px;
}

#carType,
#brandType,
#priceList {
  margin-left: 12px;
  background-color: #f1f1f1;
  padding: 8px 22px;
  border-radius: 15px;
}

/* ä¸‹æ‹‰é€‰æ‹© */
#carType .car-type {
  position: absolute;
  left: 142px;
  top: 37px;
  /* display: flex; */
  z-index: 999;
  flex-direction: column;
  padding: 10px 15px 10px 6px;
  background-color: #f1f1f1;
  border-radius: 5px;
  display: none;
}

#carType:hover .car-type {
  display: flex;
}

#carType .car-type div {
  padding: 8px;
  font-size: 14px;
  color: #999;
}

#carType .car-type div:hover {
  background-color: #e63b39;
  color: #fff;
}

#brandType #element {
  position: absolute;
  left: 142px;
  top: 37px;
  display: flex;
  z-index: 999;
  flex-direction: column;
  padding: 10px 15px 10px 6px;
  background-color: #f1f1f1;
  border-radius: 5px;
  /*display: none;*/
}

#priceList .price-list {
  position: absolute;
  left: 353px;
  top: 37px;
  /* display: flex; */
  z-index: 999;
  flex-direction: column;
  padding: 10px 15px 10px 6px;
  background-color: #f1f1f1;
  border-radius: 5px;
  display: none;
}

#priceList .price-list div:hover {
  background-color: #e63b39;
  color: #fff;
}

#brandType:hover #element {
  /*display: block;*/
}

#priceList:hover .price-list {
  display: flex;
}

#priceList .price-list div {
  padding: 8px;
  font-size: 14px;
  color: #999;
}

.buy-container .nav1 .classify .price-list {
  left: 350px;
}

/* .buy-container .nav1 .classify .car-type li,
.buy-container .nav1 .classify .price-list li {
    padding: 8px;
    font-size: 14px;
    color: #999;
}

.buy-container .nav1 .classify .car-type li:hover {
    background-color: #a8cffc;
    transition: all 0.3 s;
}

.buy-container .nav1 .classify .price-list li:hover {
    background-color: #a8cffc;
    transition: all 0.3 s;
} */

/*å“ç‰Œé€‰æ‹©ä¸‹æ‹‰åŒºåŸŸ*/
#element .item:hover {
  color: #66b1ff !important;
  background-color: #ecf5ff !important;
}

/* è½¦è¾†å±•ç¤ºåŒº */
.show-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}

.show-card li {
  margin-bottom: 12px;
  background-color: #f1f1f1;
  border-radius: 8px;
  cursor: pointer;
  width: 24%;
}

.show-card li .img {
  width: 336px;
  height: 252px;
  scale: 1;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.show-card li .img img {
  transition: all 0.6s;
  width: 100%;
}

.show-card li:hover .img img {
  transform: scale(1.2);
  transition: all 0.6s;
}

.show-card li .car-title {
  padding-top: 10px;
  font-size: 17px;
  color: #333;
}

.show-card li .vice-titl {
  color: #999;
  font-size: 14px;
  padding: 8px 0;
}

.show-card li .price {
  font-size: 20px;
  color: #e63b39;
  padding-bottom: 12px;
}

.show-card li .price span {
  font-size: 14px;
}

.show-card li .car-title,
.show-card li .vice-titl,
.show-card li .price {
  width: 94%;
  margin: 0 auto;
}

/* è½¦è¾†è¯¦æƒ…é¡µé¢æ&nbsp;·å¼ */
.show-card1 {
}
.show-card1 li {
  margin-bottom: 12px;
  background-color: #f1f1f1;
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
}

.show-card1 li .img {
  width: 420px;
  height: 315px;
  scale: 1;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.show-card1 li .img img {
  transition: all 0.6s;
  width: 100%;
}

.show-card1 li:hover .img img {
  transform: scale(1.2);
  transition: all 0.6s;
}

.show-card1 li .car-title {
  padding-top: 10px;
  font-size: 17px;
  color: #333;
}

.show-card1 li .vice-titl {
  color: #999;
  font-size: 14px;
  padding: 8px 0;
}

.show-card1 li .price {
  font-size: 20px;
  color: #e63b39;
  padding-bottom: 12px;
}

.show-card1 li .price span {
  font-size: 14px;
}

.show-card1 li .car-title,
.show-card1 li .vice-titl,
.show-card1 li .price {
  width: 94%;
  margin: 0 auto;
}
#car-detail {
}

#car-detail .car-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

#car-detail .car-container .content {
  width: 68%;
}
#car-detail .car-container .recommend {
  width: 30%;
}

#car-detail .car-container .show-card {
}
.detail-title {
  margin-bottom: 20px;
}
#car-detail .car-container .content .detail-title {
}

#car-detail .car-container .content .detail-title .go-back-lj {
  font-size: 20px;
  color: #333;
  cursor: pointer;
  font-weight: bold;
}
.detail-title .go-back-lj {
  font-size: 20px;
  color: #333;
  cursor: pointer;
  font-weight: bold;
}
#car-detail .car-container .content .detail-title .go-back-lj:hover {
  color: #e63b39;
}

#car-detail .car-container .content .car-desc {
  margin-top: 50px;
}

#car-detail .car-container .content .car-desc .car-name {
  margin-bottom: 25px;
}

#car-detail .car-container .content .car-desc .car-name span {
  font-size: 22px;
  color: #333;
}

#car-detail .car-container .content .car-desc .other-info .car-detail-price {
}

#car-detail .car-container .content .car-infomation .info-title {
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding: 15px 0;
  border-bottom: 1px solid #e63b39;
}

#car-detail .car-container .content .car-infomation .car-info-content {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.car-info-item {
  font-size: 16px;
}

#car-detail .car-container .content .car-photo .photo-title {
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding: 15px 0;
  border-bottom: 1px solid #e63b39;
}

#car-detail .car-container .content .connect-us {
  margin: 30px auto;
  color: #e63b39;
  border: 1px solid #e63b39;
  width: 500px;
  height: 40px;
  font-size: 20px;
  font-weight: 900;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  cursor: pointer;
}

#car-detail .car-container .content .connect-us:hover {
  color: #fff;
  background-color: #e63b39;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #e63b39 !important;
}
.el-carousel__indicators {
  position: relative !important;
  margin: -50px auto 0 auto !important;
  z-index: 999 !important;
}
.el-carousel__indicators--horizontal {
  left: 0 !important;
}
.el-carousel {
  overflow: unset !important;
}
</pre></body></html>